| 
 | 
 | 
 | 
| SftTreeColumn.Index Property | 
Returns the real column number of this column.
Syntax
| VB.NET | ColIndex = object.Index As Short | ||
| VB | ColIndex = object.Index As Integer | ||
| C#.NET | short ColIndex = object.Index; | ||
| VC++ | 
short ColIndex = object->Index;
 | ||
| C | HRESULT object->get_Index(short* ColIndex); | ||
| Delphi | ColIndex := object.Index : Smallint; | ||
object
A SftTreeColumn object.
ColIndex
Returns the real column number of this column.
Comments
The Index property returns the real column number of this column.
See Also SftTreeColumn Object | Object Hierarchy